Package-level declarations
Types
Link copied to clipboard
public final class ErrorActivity extends AppCompatActivity implements ImageRetakeOptionsListener, ErrorFragmentListener
Internal use only
Link copied to clipboard
Include the {@code ErrorFragmentCompat} into your layout by using the {@link ErrorFragmentCompat#createInstance(Document)} factory method to create an instance and display it using the {@link androidx.fragment.app.FragmentManager}.
Your Activity must implement the {@link ImageRetakeOptionsListener} interface to receive events from the Error Fragment. Failing to do so will throw an exception.
Your Activity is automatically set as the listener in {@link ErrorFragmentCompat#onCreate(Bundle)}.
Link copied to clipboard
Helper class for setting arguments to error fragment. Internal use only.
Link copied to clipboard
Main logic implementation for error handling UI presented by {@link ErrorActivity}. Internal use only.
Link copied to clipboard
Internal use only.